home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / loadIn.dxr / exitFrameScripts_2_leaving LoginScreen exitFrame script.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  336 b   |  14 lines

  1. on exitFrame me
  2.   global gNavMan
  3.   unload()
  4.   navPath = getWorkingPath(gNavMan)
  5.   whereNext = goWhereFromLoadIn(gNavMan)
  6.   whichMovie = whereNext[#movie]
  7.   whichFrameLabel = whereNext[#frameLabel]
  8.   if stripDotSuffix(the movie) = whichMovie then
  9.     go(whichFrameLabel)
  10.   else
  11.     go(whichFrameLabel, navPath & whichMovie)
  12.   end if
  13. end
  14.